From b8ff7fd04829f631cd68376758870bc842510b15 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 3 Feb 2011 21:02:36 +0000 Subject: [PATCH] rm unrelated changes from r81486 --- includes/db/DatabasePostgres.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 4cbcf9ad03..9fbd85edb2 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -192,8 +192,6 @@ class DatabasePostgres extends DatabaseBase { } $this->doQuery( "SET client_encoding='UTF8'" ); - $this->doQuery( "SET datestyle = 'ISO, YMD'" ); - $this->doQuery( "SET timezone = 'GMT'" ); global $wgDBmwschema; if ( isset( $wgDBmwschema ) -- 2.20.1